home *** CD-ROM | disk | FTP | other *** search
/ Treccani Italiana Di Scienze Lettere Ed Arti / [Enciclopedia] Treccani Italiana di scienze lettere ed arti.iso / mac / data / xxi_appendice_dvd.swf / scripts / DefineButton2_530 / BUTTONCONDACTION on(press).as
Text File  |  2007-11-08  |  138b  |  7 lines

  1. on(press){
  2.    HideOptionMenuGrab();
  3.    mc_btnGroup._alpha = 0;
  4.    mc_btnGroup._visible = true;
  5.    gotoAndPlay(_currentframe + 1);
  6. }
  7.